runtime.timer.isSending (field)
5 uses
runtime (current package)
time.go#L105: isSending atomic.Int32
time.go#L503: if t.period == 0 && t.isSending.Load() > 0 {
time.go#L607: if oldPeriod == 0 && t.isSending.Load() > 0 {
time.go#L1111: if t.isSending.Add(1) < 0 {
time.go#L1166: if t.isSending.Add(-1) < 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)